home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 866 b | 46 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWGraphx.hpp
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWGRAPHX_HPP
- #define FWGRAPHX_HPP
-
- // ----- ODF Includes -----
-
- #include "FWMemory.h"
- #include "FWString.h"
- #include "FWStream.h"
- #include "FWResour.h"
- #include "FWFiles.h"
- #include "FWRefCnt.h"
- #include "FWExcLib.h"
- #include "FWRunTyp.h"
- #include "FWDebug.h"
- #include "FWCommon.h"
-
- // ----- OpenDoc Includes -----
-
- #ifndef FWODTYPS_H
- #include "FWODTyps.h"
- #endif
-
- #ifndef SOM_ODShape_xh
- #include <Shape.xh>
- #endif
-
- #ifndef SOM_ODTransform_xh
- #include <Trnsform.xh>
- #endif
-
- #ifndef SOM_ODCanvas_xh
- #include <Canvas.xh>
- #endif
-
- #endif
-
-